The CAPRI To DAT utility (CapriToDAT.exe) is a command-line utility that translates a platform-neutral database file (Capri) to a CygNet database file format (DAT). It performs an inverse translation on the .dat.compact file produced by the DAT To CAPRI utility. The Capri format is a compact representation of a CygNet database, and is not optimized for reads/writes.
This utility requires that the DBS-based service be stopped.
CapriToDAT ConfigFileName [/allow_overwrite]
| Parameter | Definition |
|---|---|
|
ConfigFileName |
The name of the service configuration file. If no ConfigFileName is specified, the utility will use the configuration file in the startup directory. |
|
[/allow_overwrite] |
CapriToDat will check to see if the database exists, and if it does, it will not do the conversion. The optional parameter, /allow_overwrite, bypasses that check, completely replacing the database contents. |
Example
|
CapriToDAT C:\CygNet\Services\FAC\Fac.cfg /allow_overwrite |